toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]AuthenticateCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
AuthenticateCallback
.
Members
Constructors
Authenticate
Callback.
Action
Link copied to clipboard
public
void
AuthenticateCallback.Action
(
Consumer
<
Authenticate.Response
>
consumer
)
Functions
authenticate
Link copied to clipboard
public
void
authenticate
(
String
userName
,
String
password
)
Notifies the engine that the authentication should be performed with the particular
userName
and
password
.
cancel
Link copied to clipboard
public
void
cancel
(
)
Notifies the engine that the authentication should be canceled.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.